Installation
Prerequisites
Before you begin, make sure you have:
Installation
- Clone the repository:
git clone https://github.com/recyclerydisc/recyclery_web.git
cd recyclery_web
- Install dependencies
npm install
- Start the development server:
npm run dev
- Open http://localhost:3000 to view the website
Development Tools
Recommended VS Code Extensions
Available Scripts
npm run dev- Start the development servernpm run build- Create production buildnpm run start- Start production servernpm run lint- Run ESlintnpm run format- Format code with Prettier